home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TMAINFRAMEWINDOW / TMAINFRAMEWINDOW.txt
Encoding:
Text File  |  2002-04-04  |  774 b   |  36 lines

  1. object MainFrameWindow: TMainFrameWindow
  2.   Left = 296
  3.   Top = 167
  4.   Width = 696
  5.   Height = 473
  6.   Caption = 'GreatFamily'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   WindowState = wsMaximized
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MainMenu1: TMainMenu
  21.     Left = 72
  22.     Top = 96
  23.     object File1: TMenuItem
  24.       Caption = '&File'
  25.       object Newfamilytree1: TMenuItem
  26.         Caption = '&New family tree'
  27.         OnClick = Newfamilytree1Click
  28.       end
  29.       object Exit1: TMenuItem
  30.         Caption = 'E&xit'
  31.         OnClick = Exit1Click
  32.       end
  33.     end
  34.   end
  35. end
  36.